* { margin: 0; padding: 0; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;  overflow-x: hidden; }

body { color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif; }

ol, ul, li { list-style: none; }

img { border: none; vertical-align: top; }

a { color: #474747; text-decoration: none; outline: none; }

a:hover { color: #323233; }

button, input, select, textarea { font-size: 100%; font-family: tahoma; margin: 0; outline: 0 none; vertical-align: baseline; *vertical-align: middle; border: none; }

input { -webkit-appearance: none; outline: none; border-radius: 0; }

input:focus, textarea:focus { outline: none; }

input:focus { -webkit-tap-highlight-color: transparent; -webkit-user-modify: read-write-plaintext-only; }

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }

textarea { -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.clearfix:before, .clearfix:after { content: ''; display: table; }

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

.none { display: none; }

em, i { font-style: normal; }

b { font-weight: normal; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

@font-face { font-family: 'news706b'; src: url("/t-skin/fonts/news706b.eot"); src: url("/t-skin/fonts/news706b.eot") format("embedded-opentype"), url("/t-skin/fonts/news706b.woff") format("woff"), url("/t-skin/fonts/news706b.ttf") format("truetype"), url("/t-skin/fonts/news706b.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'nobel'; src: url("/t-skin/fonts/nobel.eot"); src: url("/t-skin/fonts/nobel.eot") format("embedded-opentype"), url("/t-skin/fonts/nobel.woff") format("woff"), url("/t-skin/fonts/nobel.ttf") format("truetype"), url("/t-skin/fonts/nobel.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'centurygothicbold'; src: url("/t-skin/fonts/centurygothicbold.eot"); src: url("/t-skin/fonts/centurygothicbold.eot") format("embedded-opentype"), url("/t-skin/fonts/centurygothicbold.woff") format("woff"), url("/t-skin/fonts/centurygothicbold.ttf") format("truetype"), url("/t-skin/fonts/centurygothicbold.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'shsc'; src: url("/t-skin/fonts/shsc.eot"); src: url("/t-skin/fonts/shsc.eot") format("embedded-opentype"), url("/t-skin/fonts/shsc.woff") format("woff"), url("/t-skin/fonts/shsc.ttf") format("truetype"), url("/t-skin/fonts/shsc.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'centurygothic'; src: url("/t-skin/fonts/centurygothic.eot"); src: url("/t-skin/fonts/centurygothic.eot") format("embedded-opentype"), url("/t-skin/fonts/centurygothic.woff") format("woff"), url("/t-skin/fonts/centurygothic.ttf") format("truetype"), url("/t-skin/fonts/centurygothic.svg") format("svg"); font-weight: normal; font-style: normal; }
.nav_other .title i{ font-family: 'centurygothic'; letter-spacing: 2px; }
.news706b { font-family: 'news706b'; }

.nobel { font-family: 'nobel'; }

.centurygothicbold { font-family: 'centurygothicbold'; }

.shsc { font-family: 'shsc'; }

.inner_banner .title { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; }

/*index*/
.w_1280 { width: 90%; margin: 0 auto; max-width: 1280px; }

.banner { margin-bottom: 40px; }
.banner a { display: block; position: relative; padding-bottom: 530px; height: 0; overflow: hidden; }
.banner a .img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center; }

.banner .swiper-pagination-bullet-active { background: #104493; }

.banner .swiper-button-prev, .banner .swiper-button-next { background: url(/t-skin/images/prev.png) no-repeat; width: 24px; height: 41px; display: block; position: absolute; left: 15px; top: 50%; margin-top: -20.5px; z-index: 999; cursor: pointer; -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }

.banner .swiper-button-next { left: auto; right: 15px; background: url(/t-skin/images/next.png) no-repeat; -webkit-transform: translateX(100px); -ms-transform: translateX(100px); transform: translateX(100px); }

.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; }

.hidden-nav-inner { }

.hidden-nav { background: #fff; width: 100%; }
.hidden-nav ul { margin: 0 auto; }
.hidden-nav .pro_nav{ width: 90%; margin: 0 auto; max-width: 1280px;}
.hidden-nav .pro_nav li { width: 16.66%; float: left; text-align: center; }
.hidden-nav .pro_nav li a { display: block; -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hidden-nav .pro_nav li a:hover { background: #405998; -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); }
.hidden-nav .pro_nav li a:hover .title { color: #fff; }
.hidden-nav .pro_nav li a:hover h5 { color: #b1c3f1; }
.hidden-nav .pro_nav li a:hover .icon:after { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
.hidden-nav .pro_nav li .title { height: 31px; line-height: 31px; padding: 27px 0; font-size: 17px; color: #203d87; }
.hidden-nav .pro_nav li .icon { background: url(/t-skin/images/nav_spiriticon.png) no-repeat; width: 67px; height: 64px; margin: 0 auto 23px; position: relative; overflow: hidden; }
.hidden-nav .pro_nav li h4 { line-height: 31px; height: 31px; overflow: hidden; font-size: 15px; color: #808080; -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hidden-nav .pro_nav li h5 { line-height: 33px; height: 33px; overflow: hidden; font-size: 12px; color: #808080; padding-bottom: 29px; }
.hidden-nav .pro_nav li h5 i { font-family: "SimSun"; padding-left: 3px; -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hidden-nav #m5 .pro_nav li .icon{background-image:url(/t-skin/images/nav_spiriticon5.png); }
.hidden-nav #m1 .pro_nav li .icon{background-image:url(/t-skin/images/nav_spiriticon1.png); }
.hidden-nav #m2 .pro_nav li .icon{background-image:url(/t-skin/images/nav_spiriticon2.png); }
.hidden-nav .pro_nav li:nth-child(1) a .icon { background-position: left top; }
.hidden-nav .pro_nav li:nth-child(1) a:hover .icon { background-position: left bottom; }
.hidden-nav .pro_nav li:nth-child(2) a .icon { background-position: -67px top; }
.hidden-nav .pro_nav li:nth-child(2) a:hover .icon { background-position: -67px bottom; }
.hidden-nav .pro_nav li:nth-child(3) a .icon { background-position: -134px top; }
.hidden-nav .pro_nav li:nth-child(3) a:hover .icon { background-position: -134px bottom; }
.hidden-nav .pro_nav li:nth-child(4) a .icon { background-position: -201px top; }
.hidden-nav .pro_nav li:nth-child(4) a:hover .icon { background-position: -201px bottom; }
.hidden-nav .pro_nav li:nth-child(5) a .icon { background-position: -268px top; }
.hidden-nav .pro_nav li:nth-child(5) a:hover .icon { background-position: -268px bottom; }
.hidden-nav .pro_nav li:nth-child(6) a .icon { background-position: right top; }
.hidden-nav .pro_nav li:nth-child(6) a:hover .icon { background-position: right bottom; }
.hidden-nav .other_nav { padding-top: 22px;padding-bottom: 22px; max-width: 205px; }
.hidden-nav .other_nav li { margin-bottom: 6px; }
.hidden-nav .other_nav li a { display: block; line-height: 40px; height: 40px; padding: 0 12px 0 17px; font-size: 14px; color: #808080; -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); background: url(/t-skin/images/nav_otherarrow.png) no-repeat 130% center; }
.hidden-nav .other_nav a:hover { background-color: #f8f8f8; background-position: 93.66% center; }
/*2018.10.11,导航‘关于’下‘党建栏目’样式*/
.hidden-nav #m5 .pro_nav li.party .title{color: #c21818;}
.hidden-nav #m5 .pro_nav li.party a:hover{background-color: #c21818;}
.hidden-nav #m5 .pro_nav li.party a:hover .title{color: #fff100;}
.hidden-nav #m5 .pro_nav li.party a:hover h5{color: #fff;}

.hidden-nav #m1 .pro_nav li,.hidden-nav #m2 .pro_nav li{ width: 16.66%;}













/*section1_plat*/
.section1_plat .title { line-height: 30px; height: 30px; margin-bottom: 18px; overflow: hidden; }
.section1_plat .title span { font-size: 28px; color: #111111; }
.section1_plat .tit { text-align: right; float: right; font-size: 0; }
.section1_plat .tit li { display: inline-block; text-align: center; }
.section1_plat .tit li a { display: inline-block; padding: 0 18px; height: 30px; line-height: 30px; font-size: 13px; color: #444444; margin: 0 6px; }
.section1_plat .tit li i { font-size: 12px; color: #e0e0e0; }
.section1_plat .tit .on a { background: #c21818; color: #fff; }
.section1_plat .cont .item ul li { float: left; width: 32.81%; margin-right: 0.78%; margin-bottom: 23px; }
.section1_plat .cont .item ul li .img { width: 100%; height: 0; padding-bottom: 64.29%; overflow: hidden; position: relative; }
.section1_plat .cont .item ul li .img em { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.section1_plat .cont .item ul li .txt { padding-top: 9px; }
.section1_plat .cont .item ul li .txt h3 { line-height: 28px; height: 28px; overflow: hidden; font-size: 16px; color: #222222; }
.section1_plat .cont .item ul li .txt h4 { line-height: 25px; height: 25px; overflow: hidden; font-size: 12px; color: #808080; }
.section1_plat .cont .item ul li:nth-child(3n) { margin-right: 0; }

/* section2_system */
.section2_system { margin-bottom: 10px; }
.section2_system .w_1280 { background: #f4f4f4; padding-top: 56px; padding-bottom: 55px; }
.section2_system .txt { float: left; width: 27.34%; padding-top: 35px; padding-left: 6.25%; max-width: 350px; }
.section2_system .txt .title { line-height: 42px; margin-bottom: 23px; font-size: 30px; color: #111111; }
.section2_system .txt .line { display: block; margin-bottom: 28px; width: 16px; height: 2px; background: #cccedb; }
.section2_system .txt h4 { font-size: 18px; color: #444444; margin-bottom: 18px; }
.section2_system .txt h5 { font-size: 13px; color: #999999; line-height: 22px; }
.section2_system .img { margin-right: 5.86%; position: relative; float: right; width: 48.67%; padding-bottom: 21%; height: 0; }
.section2_system .img em { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; }
.section2_system .img .img1 { z-index: 1; }
.section2_system .img .img2 { z-index: 2; }
.section2_system .img .img3 { z-index: 3; }

/*section3_others*/
.section3_others ul li { float: left; width: 32.81%; margin-right: 0.78%; margin-bottom: 20px; }
.section3_others ul li a { display: block; position: relative; height: 100%; overflow: hidden; }
.section3_others ul li a:hover figure em { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.section3_others ul li figure { position: relative; width: 100%; height: 0; padding-bottom: 90.48%; overflow: hidden; }
.section3_others ul li figure em { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.section3_others ul li figcaption { position: absolute; left: 0; width: 100%; padding-left: 9.05%; padding-right: 9.05%; z-index: 2; box-sizing: border-box; bottom: 0px; height: 124px; }
.section3_others ul li figcaption h3 { line-height: 47px; height: 47px; overflow: hidden; font-size: 30px; color: #fff; }
.section3_others ul li figcaption h4 { line-height: 32px; height: 32px; overflow: hidden; font-size: 16px; color: #fff; }
.section3_others ul li:nth-child(3) { margin-right: 0; }

/* section4_case */
.section4_case { width: 100%; background-attachment: fixed; padding-top: 32px; padding-bottom: 50px; }
.section4_case .title { line-height: 48px; text-align: center; font-size: 36px; color: #fff; }
.section4_case .sub_title { line-height: 22px; text-align: center; font-size: 13px; color: #c1c2c5;  max-width: 70%; margin: 14px auto 26px; }
.section4_case ul li { float: left; width: 33.33%; }
.section4_case ul li a { display: block; position: relative; height: 260px; background: #fff; overflow: hidden; }
.section4_case ul li figure { height: 260px; width: 100%; position: relative; }
.section4_case ul li figure em { display: block; position: absolute; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.section4_case ul li figcaption { position: absolute; left: 0; width: 100%; top: 0; }
.section4_case ul li figcaption h3 { font-size: 18px; color: #222222; text-align: center; margin-bottom: 21px; padding-top: 56px; height: 24px; }
.section4_case ul li .hidden_txt { text-align: center; }
.section4_case ul li .hidden_txt h3 { line-height: 24px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 20px; padding-top: 58px; font-size: 18px; color: #fff; }
.section4_case ul li .hidden_txt .txt { line-height: 22px; height: 66px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; -webkit-line-clamp: 3; font-size: 13px; width: 75.93%; margin: 0 auto 32px; color: #bcc1d4; }
.section4_case ul li .hidden_txt .more { font-size: 12px; color: #fff; line-height: 24px; height: 24px; }
.section4_case ul li .hidden_txt .more i { display: inline-block; vertical-align: middle; margin-left: 7px; background: url(/t-skin/images/spirit.png) no-repeat left -36px; width: 13px; height: 24px; }
.section4_case ul li:nth-child(2n) a { background: #efeff0; }
.section4_case ul li:last-child a { background: #f0f0f0; }

.section4_case ul li a:hover figure em { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); }

.section4_case ul li a .hidden_txt { position: absolute; bottom: 0; left: 0; z-index: 3; width: 100%; height: 0; overflow: hidden; _zoom: 1; font-size: 12px; background: rgba(32, 61, 135, 0.96); opacity: 0; filter: alpha(opacity=0) \9; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.section4_case ul li a:hover .hidden_txt { height: 100%; opacity: 1; filter: alpha(opacity=100) \9; }

.section5_partner { padding-top: 27px; }
.section5_partner .title { height: 58px; line-height: 58px; overflow: hidden; text-align: center; font-size: 36px; color: #111111; }
.section5_partner .more { height: 35px; line-height: 35px; text-align: center; margin-bottom: 16px; }
.section5_partner .more a { display: block; font-size: 13px; color: #808080; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.section5_partner .more a:hover { color: #104493; }
.section5_partner .more i { padding-left: 12px; font-family: "SimSun"; }
.section5_partner ul li { float: left; width: 14.28%; margin-bottom: 51px; text-align: center; }
.section5_partner ul li a { display: block; }
.section5_partner ul li a figure img { max-height: 65px; width: auto; }

.section5_partner ul li a figure { position: relative; overflow: hidden; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.section5_partner ul li a figure:before { overflow: hidden; position: absolute; top: 0; left: -150px; width: 80px; height: 200%; background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-25deg); -moz-transform: skewX(-25deg); content: ""; }

.section5_partner ul li a:hover figure { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }

.section5_partner ul li a:hover figure:before { left: 100%; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }

.section6_news { background: #f7f7f7; }

.section6_news { padding-top: 39px; padding-bottom: 40px; }
.section6_news .company_news { float: left; width: 30.63%; }
.section6_news .company_news .title { line-height: 31px; height: 31px; overflow: hidden; margin-bottom: 27px; font-size: 28px; color: #111111; }
.section6_news .company_news ul { border-top: 1px dotted #e0e0e0; }
.section6_news .company_news ul li { border-bottom: 1px dotted #e0e0e0; position: relative; }
.section6_news .company_news ul li:after { content: ""; width: 68px; height: 1px; background: #104493; position: absolute; left: 0%; bottom: -1px; -webkit-transform-origin: left 100%; -ms-transform-origin: left 100%; transform-origin: left 100%; -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); visibility: hidden\9; }
.section6_news .company_news ul li:hover:after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); visibility: visible\9; }
.section6_news .company_news ul li a { display: block; padding-top: 18px; padding-bottom: 14px; }
.section6_news .company_news ul li a:hover em { color: #104493; }
.section6_news .company_news ul li em { display: block; line-height: 24px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #333333; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.section6_news .company_news ul li span { display: block; line-height: 18px; height: 18px; overflow: hidden; font-size: 12px; color: #bbbbbb; }

.industry_news { float: right; width: 66.41%; }
.industry_news .title { line-height: 31px; height: 31px; overflow: hidden; margin-bottom: 27px; font-size: 28px; color: #111111; }
.industry_news ul li { float: left; width: 49.41%; margin-right: 1.18%; }
.industry_news ul li a { display: block; background: #fff; }
.industry_news ul li figure { position: relative; width: 100%; padding-bottom: 180px; height: 0; }
.industry_news ul li figure em { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.industry_news ul li figcaption { padding: 0 7.14%; height: 196px; }
.industry_news ul li figcaption h5 { padding-top: 21px; line-height: 22px; font-size: 12px; color: #bbbbbb; }
.industry_news ul li figcaption h3 { line-height: 30px; margin-bottom: 36px; max-height: 60px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 20px; color: #333333; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.industry_news ul li figcaption h4 { font-size: 13px; color: #808080; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.industry_news ul li figcaption h4 i { font-size: 14px; font-family: "SimSun"; padding-left: 10px; }
.industry_news ul li:nth-child(2n) { margin-right: 0; }

.industry_news ul li a { -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.industry_news ul li figcaption h3:hover { color: #104493; }

.industry_news ul li figcaption h4:hover { color: #104493; }

.industry_news ul li a:hover { z-index: 2; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }

.industry_news ul li figure { overflow: hidden; }

.industry_news ul li figure:before, .section1_plat .cont .item ul li .img:before, .section3_others ul li figure:before { content: ""; height: 0; display: block; }

.industry_news ul li figure:before, .section1_plat .cont .item ul li .img:before, .section3_others ul li figure:before { width: 100%; padding-top: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: -13% auto auto; background: rgba(0, 0, 0, 0.3); background-repeat: repeat; background-position: left top; background-size: 2px 2px; -webkit-transition: -webkit-transform 0s ease .35s,opacity .35s ease-in-out 0s; transition: transform 0s ease .35s,opacity .35s ease-in-out 0s; z-index: 2; border-radius: 50%; -ms-transform: scale(0.05); transform: scale(0.05); -webkit-transform: scale(0.05); opacity: 0; }

.industry_news ul li a:hover figure:before { opacity: 1; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.section1_plat .cont .item ul li a:hover .img:before, .section3_others ul li a:hover figure:before { opacity: 1; -webkit-transform: scale(1.6); -ms-transform: scale(1.6); transform: scale(1.6); -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.section1_plat .cont .item ul li .txt h3:hover { color: #104493; }

.section1_plat .cont .item ul li a:hover .img em { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

/*footer*/
.footer { width: 100%; padding-top: 36px; 
    /*position: relative; z-index: 1;*/
     background: #1a1d2a; }
.footer .footer_top { padding-bottom: 57px; }
.footer .footer_nav { float: left; width: 76.56%; }
.footer .footer_nav dl { float: left; width: 14.29%; margin-right: 2.37%; }
.footer .footer_nav dl dt { border-bottom: 1px solid #232632; line-height: 21px; height: 21px; overflow: hidden; padding-bottom: 16px; margin-bottom: 22px; position: relative; }
.footer .footer_nav dl dt a { display: block; font-size: 15px; font-weight: bold; color: #c4cbe7; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.footer .footer_nav dl dt a:hover { color: #fff; }
.footer .footer_nav dl dd a { display: block; line-height: 30px; height: 30px; overflow: hidden; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; font-size: 12px; color: #898ea2; }
.footer .footer_nav dl dd a:hover { color: #fff; }
.footer .footer_link { float: right; }
.footer .footer_link dt { font-size: 16px; font-weight: bold; color: #a6acc4; border-bottom: 1px solid #232632; margin-bottom: 30px; padding-bottom: 16px; }
.footer .footer_link dd ul li { margin-bottom: 5px; }
.footer .footer_link dd ul li a { display: block; border: 1px solid #2e313f; width: 126px; height: 36px; font-size: 12px; color: #898ea2; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.footer .footer_link dd ul li a .icon { display: inline-block; width: 21px; height: 36px; background: url(/t-skin/images/spirit.png) no-repeat left -60px; vertical-align: middle; margin-left: 17px; margin-right: 13px; }
.footer .footer_link dd ul li a:hover { border-color: #fff; }
.footer .footer_link dd ul li .site2 .icon { display: inline-block; width: 21px; height: 36px; background: url(/t-skin/images/spirit.png) no-repeat left -102px; }

.footer_bot { border-top: 1px solid #313440; line-height: 20px; padding-top: 27px; padding-bottom: 28px; }
.footer_bot .copyright { float: left; font-size: 12px; color: #696d7c; }
.footer_bot .copyright a{color: #696d7c; padding-left: 16px;-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.footer_bot .copyright a:hover{color: #fff;}
.footer_bot .link { float: right; text-align: right; font-size: 0; }
.footer_bot .link a { display: inline-block; margin-left: 9px; }

.float_right { position: fixed; right: 0; bottom: 100px; z-index: 999; }
.float_right .ask_btn { display: block; width: 28px; height: 112px; background: #405998; border-radius: 4px; padding: 16px 12px; text-align: center; margin-bottom: 5px;  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.float_right .ask_btn i { display: block; width: 28px; height: 25px; margin-bottom: 10px; background: url(/t-skin/images/spirit.png) no-repeat -63px top; }
.float_right .ask_btn span { display: block; font-size: 16px; font-weight: bold; color: #fff; letter-spacing: 0px; line-height: 19px; }
.float_right .backtop { display: block; width: 52px; height: 50px; border-radius: 4px; background: #d7dbe6 url(/t-skin/images/spirit.png) no-repeat -51px -26px; color: #fff; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.float_right .backtop:hover { background-color: #405998; }

.float_right .old_btn{display: block;margin-bottom: 5px; width: 20px;text-align: center;  padding: 6.5px 16px; line-height: 15px;
    font-size: 14px; color: #fff; background: #405998; border-radius: 4px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.float_right .old_btn:hover,.float_right .ask_btn:hover{background: #203d87; }
/*inner css*/
.inner_banner { height: 200px; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.inner_banner .title { font-size: 50px; color: #4c5979; line-height: 51px; padding-top: 63px; margin-bottom: 50px; }
.inner_banner .location { font-size: 12px; color: #fff; line-height: 20px; text-align: right; }
.inner_banner .location span { display: inline-block; padding-left: 26px; background: url(/t-skin/images/spirit.png) no-repeat; background-position: left -181px; }
.inner_banner .location a { color: #fff; padding: 0 10px 0 14px; background: url(/t-skin/images/spirit.png) no-repeat; background-position: left -197px; }
.inner_banner .location a:nth-child(1) { background: none; padding-left: 0; }
.inner_banner .location i { padding-left: 14px; background: url(/t-skin/images/spirit.png) no-repeat; background-position: left -197px; }

.inner_cont .w_1280 { position: relative; }

.left_side { position: absolute; left: 0; top: 0; width: 270px; margin-top: -54px; z-index: 9; background: #fff url(../images/menue_bg.jpg) repeat-x left -74px; min-height: 464px; }
.left_side .menue .title { height: 74px; line-height: 74px; overflow: hidden; padding-left: 11.85%; font-size: 32px; color: #fff; font-weight: bold; background: #104493; }
.left_side .menue ul { padding: 0 11.11%; margin-top: 33px; margin-bottom: 33px; }
.left_side .menue ul li { border-bottom: 1px solid #d9d9d9; }
.left_side .menue ul li a { display: block; height: 49px; line-height: 49px; font-size: 16px; color: #333333; padding-left: 20%; position: relative; }
.left_side .menue ul li a:after { position: absolute; left: 20px; top: 50%; width: 1px; height: 14px; margin-top: -7px; content: ""; background: #808080; }
.left_side .menue ul .on a, .left_side .menue ul a:hover { color: #104493; }
.left_side .menue ul .on a:after, .left_side .menue ul a:hover:after { background: #104493; }

.right_side { float: left; width: 100%; padding-bottom: 80px;  min-height: 400px;}
.right_side .right_sidewrap { margin-left: 300px; }
.right_side .inner_title { border-bottom: 1px solid #dbdbdb; line-height: 34px; padding-bottom: 14px; margin-bottom: 30px; font-size: 28px; color: #222222; }

.list_picpage .list_pic { padding-bottom: 40px; }
.list_picpage .list_pic li { float: left; width: 31.63%; overflow: hidden; margin-right: 2.55%; background: #f6f8fa; margin-bottom: 20px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.list_picpage .list_pic li a { display: block; padding-top: 50px; position: relative; }
.list_picpage .list_pic li a .img { padding-bottom: 55px; }
.list_picpage .list_pic li a .img:after { position: absolute; left: 0; top: 0; width: 100%; height: 170px;  content: ""; background: url(/t-skin/images/list_picbg1.jpg) repeat-x left top; }
.list_picpage .list_pic li .img_bg { background: url(/t-skin/images/computer_bg.png) no-repeat center center; position: relative; z-index: 2; }
.list_picpage .list_pic li .img_bg .img_mask { width: 73.55%; margin: 0 auto; overflow: hidden; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 5.68%; }
.list_picpage .list_pic li .img_bg img { width: 100%; height: auto; }
.list_picpage .list_pic li .txt { height: 73px; background: #ebebeb; padding: 17px 6% 0 6.45%; }
.list_picpage .list_pic li:hover{box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.list_picpage .list_pic li a:hover .txt h3 span,.list_picpage .list_pic li a:hover .txt h3 em{color: #104493;}



.list_picpage .list_pic li .txt h3 { line-height: 32px; height: 32px; overflow: hidden;  }
.list_picpage .list_pic li .txt h3 span { font-size: 18px; color: #222222;-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.list_picpage .list_pic li .txt h3 em { float: right; font-size: 32px; color: #d6d6d6; font-weight: bold; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}
.list_picpage .list_pic li .txt h4 { line-height: 21px; height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #808080; }
.list_picpage .list_pic li:nth-child(3n) { margin-right: 0; }

.list_picpage .list_pic li .img_bg { padding-bottom: 56.77%; padding-top: 0; height: 0; background-size: contain; }

.list_picpage .list_pic li:nth-child(3n-1) a .img:after { background: url(/t-skin/images/list_picbg2.jpg) repeat-x left top; }
.list_picpage .list_pic li:nth-child(3n) a .img:after {  background: url(/t-skin/images/list_picbg3.jpg) repeat-x left top;}




.loadmore a { display: block; margin: 0 auto; background: url(/t-skin/images/load_morebg.png) no-repeat center center; position: relative; overflow: hidden; border-radius: 28px; width: 252px; height: 58px; font-size: 16px; color: #203d87; text-align: center; line-height: 58px; border-radius: 28px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.loadmore a:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }

.product_txt { line-height: 34px; font-size: 16px; color: #4c4c4c; }
.product_txt p { margin-bottom: 34px; text-indent: 2em; }

.right_side { padding-top: 36px; }

.cont_casepage .inner_casename { margin-bottom: 20px; }
.cont_casepage .inner_casename h2 { float: left; line-height: 48px; height: 48px; overflow: hidden; }
.cont_casepage .inner_casename h2 a { font-size: 42px; color: #333333; position: relative; display: inline-block;  }
.cont_casepage .inner_casename h2 a.lianjie{padding-right: 75px; }
.cont_casepage .inner_casename h2 a.lianjie:hover:after { opacity: 0.8; }
.cont_casepage .inner_casename h2 a.lianjie:after { display: block; background: url(/t-skin/images/link_icon.png) no-repeat right center; width: 40px; height: 40px; content: ""; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border-radius: 50%; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.cont_casepage .inner_casename .share { float: right; font-size: 14px; color: #4c4c4c; margin-top: 12px; }
.cont_casepage .inner_casename .share em { float: left; }
.cont_casepage .inner_casename .bdshare-button-style0-24 a, .cont_casepage .inner_casename .bdshare-button-style0-24 .bds_more { margin: 0; margin-left: 4px; }
.cont_casepage .inner_casename .bdshare-button-style0-24 a { background: url(/t-skin/images/share_spiriticon.jpg) no-repeat; }
.cont_casepage .inner_casename .bdshare-button-style0-24 .bds_tqq { background-position: left center; }
.cont_casepage .inner_casename .bdshare-button-style0-24 .bds_tsina { background-position: -28px center; }
.cont_casepage .inner_casename .bdshare-button-style0-24 .bds_weixin { background-position: -56px center; }
.cont_casepage .inner_casename .bdshare-button-style0-24 .bds_qzone { background-position: -84px center; }
.cont_casepage .inner_casename .bdshare-button-style0-24 .bds_sqq { background-position: -112px center; }
.cont_casepage .case_title { line-height: 58px; height: 58px; overflow: hidden; border-bottom: 1px solid #dbdbdb; font-size: 28px; color: #222222; }
.cont_casepage .case_cont { font-size: 16px; color: #4c4c4c; line-height: 26px; }
.cont_casepage .txt { padding-top: 25px; padding-bottom: 17px; }
.cont_casepage .img { margin-top: 30px; background: #ebebeb; padding: 85px 3% 45px; }
.cont_casepage .img img { width: 100%; }
.cont_casepage .img1 { padding-bottom: 30px; }

.list_aboutpage .list_aboutdl { height: 310px; overflow: hidden; margin-bottom: 30px; background: #f2f2f2; }
.list_aboutpage .list_aboutdl dt { float: left; width: 52.96%; }
.list_aboutpage .list_aboutdl dt .wrap { padding: 50px 7.69% 20px; }
.list_aboutpage .list_aboutdl dt .wrap h3 { font-size: 30px; color: #333333; line-height: 38px; margin-bottom: 18px; }
.list_aboutpage .list_aboutdl dt .wrap .txt { font-size: 14px; color: #666666; }
.list_aboutpage .list_aboutdl dd { float: left; width: 46.94%; position: relative; height: 310px; }
.list_aboutpage .list_aboutdl dd em { position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; }

.list_aboutpage .list_aboutdl:nth-child(2n) dd, .list_aboutpage .list_aboutdl:nth-child(2n) dt { float: right; }

.list_joinpage dl { border: 1px solid #e6e6e6; margin-bottom: 38px; }
.list_joinpage dl dt { background: #f2f2f2; padding: 28px 3.06% 30px; }
.list_joinpage dl dt .left { float: left; padding-left: 100px; }
.list_joinpage dl dt h3 { line-height: 32px; }
.list_joinpage dl dt h3 span b { font-size: 20px; color: #1a1a1a; font-weight: bold; }
.list_joinpage dl dt h3 span i { font-size: 14px; color: #4c4c4c; }
.list_joinpage dl dt h4 { line-height: 23px; font-size: 12px; color: #666666; }
.list_joinpage dl dt .btn { float: right; border: 1px solid #dbdbdb; }
.list_joinpage dl dt .btn:hover span { background: #4987ce; }
.list_joinpage dl dt .btn span { height: 34px; line-height: 34px; padding: 0 28px; display: block; background: #1b69c2; text-align: center; font-size: 14px; color: #fff; border: 4px solid #fff; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.list_joinpage dl dd { padding: 23px 3.06% 33px; }
.list_joinpage dl dd p { font-size: 14px; color: #4c4c4c; line-height: 26px; }

.solution_dltxt { margin-bottom: 38px; }
.solution_dltxt dt { float: left; width: 50.82%; font-size: 16px; color: #4c4c4c; line-height: 34px; }
.solution_dltxt dd { float: right; width: 45.92%; }
.solution_dltxt dd img { width: 100%; }

.solution_txt { padding-bottom: 11px; }
.solution_txt dl { margin-bottom: 18px; float: left; width: 48.16%; margin-right: 3.68%; }
.solution_txt dl dt { margin-bottom: 8px;background: url(/t-skin/images/solution_icon.png) no-repeat left center; padding-left: 32px; font-size: 20px; color: #1a1a1a; }
.solution_txt dl dd { font-size: 16px; color: #4c4c4c; line-height: 34px; }
.solution_txt dl:nth-child(2n) { margin-right: 0; }

.list_newsul { padding-bottom: 22px; }
.list_newsul li { margin-bottom: 31px; }
.list_newsul li a:hover h3 { color: #104493; }
.list_newsul li a:hover h3 i { width: 10px; margin-right: 5px; }
.list_newsul li a:hover h4 .more { color: #104493; }
.list_newsul li a:hover h4 .more i { background-position: right center; -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }
.list_newsul li h3 { font-size: 18px; color: #4c4c4c; line-height: 24px; margin-bottom: 11px; max-height: 48px; overflow: hidden; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.list_newsul li h3 i { display: inline-block; width: 0px; height: 1px; background: #104493; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; vertical-align: middle; }
.list_newsul li .txt { font-size: 14px; color: #8f8f8f; line-height: 24px; max-height: 48px; overflow: hidden; margin-bottom: 26px; }
.list_newsul li h4 { height: 24px; line-height: 24px; }
.list_newsul li h4 span { display: inline-block; margin-right: 30px; font-size: 12px; color: #808080; }
.list_newsul li h4 .more { -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.list_newsul li h4 .more i { display: inline-block; width: 36px; height: 7px; background: url(/t-skin/images/read_moreicon.png) no-repeat; vertical-align: middle; margin-left: 7px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.right_side .list_honorpage .inner_title { margin-bottom: 20px; }

.list_honorpage .list_honordl { margin-bottom: 28px; }
.list_honorpage .list_honordl dt { font-size: 20px; color: #104493; margin-bottom: 7px; line-height: 24px; }
.list_honorpage .list_honordl ul li { float: left; width: 50%; font-size: 16px; line-height: 34px; }
.list_honorpage .list_honordl ul li a { display: block; position: relative; padding-left: 17px; color: #4c4c4c; }
.list_honorpage .list_honordl ul li a:after { position: absolute; left: 0; top: 13px; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #4d4d4d; }
.list_honorpage .list_honordl1 { padding-top: 8px; }
.list_honorpage .list_honordl3 ul { float: left; width: 44.39%; }
.list_honorpage .list_honordl3 ul li { float: none; width: 100%; }
.list_honorpage .list_honordl3 .img { float: left; width: 31.33%; margin-top: -31px; position: relative; text-align: center; }
.list_honorpage .list_honordl3 .img img { width: 100%; max-width: 307px; }

.js_honor ul li { float: left; width: 23.06%; margin-right: 2.5%; }
.js_honor ul li:nth-child(4n) { margin-right: 0; }
.js_honor .img { display: block; padding-bottom: 137.5%; position: relative; width: 100%; border: 1px solid #dbdbdb; box-shadow: 0px 0px 10px rgba(154, 140, 140, 0.3); }
.js_honor .img em { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; }
.js_honor .swiper-button-next.swiper-button-disabled, .js_honor .swiper-button-prev.swiper-button-disabled { opacity: 0; }
.js_honor .swiper-button-next, .js_honor .swiper-button-prev { display: none; }
.js_honor .swiper-pagination-bullet-active { background: #104493; }

.list_contactpage .contact_map { margin-bottom: 10px; border: 1px solid #d1d1d1;position: relative; }
.list_contactpage .contact_map .map img { width: 100%; }

.list_contactpage .contact_map .map{display: block; position: relative; height: 0; padding-bottom: 36%; overflow: hidden; }
.list_contactpage .contact_map .map img{position: absolute;left: 0;top: 0;width: 100%; height: 100%; }
.list_contactpage .contact_map .map:hover .img2{ opacity: 0; visibility: hidden;}
.list_contactpage .contact_map .map:hover .img1{ opacity: 1; visibility: visible;}

.list_contactpage .contact_txt { background: #f2f2f2; margin-bottom: 40px; }
.list_contactpage .contact_txt dl { padding: 15px 0; }
.list_contactpage .contact_txt dl dt { float: left; height: 90px; font-size: 20px; font-weight: bold; color: #1a1a1a; width: 14.39%; text-align: center; padding-right: 9px; border-right: 1px solid #dbdbdb; margin-right: 3.06%; }
.list_contactpage .contact_txt dl dd { float: left; height: 90px; }
.list_contactpage .contact_txt dl .dd1 { width: 34.69%; margin-right: 5.31%; border-right: 1px solid #dbdbdb; padding-right: 5.92%; font-size: 14px; color: #4c4c4c; line-height: 26px; overflow: hidden; max-width: 440px; }
.list_contactpage .contact_txt dl .dd2 { float: left; width: 33%; font-size: 14px; color: #4c4c4c; line-height: 26px; }
.list_contactpage .contact_txt dl .dd2 p { padding-left: 27px;position: relative; }
.list_contactpage .contact_txt dl .dd2 .p2 { background-position: left -26px; }
.list_contactpage .contact_txt dl .dd2 .p3 { background-position: left -52px; }

.list_contactpage .contact_txt dl .dd2 p:after{ position: absolute;left: 0;top: 0; content: ""; width:15px; height: 26px;
 background: url(/t-skin/images/contact_icon.png) no-repeat left top;  }
.list_contactpage .contact_txt dl .dd2 .p2:after { background-position: left -26px; }
.list_contactpage .contact_txt dl .dd2 .p3:after { background-position: left -52px; }


.list_contactpage .contact_txt:last-child { margin-bottom: 0; }

.list_contactpage .contact_txt dl dt, .list_contactpage .contact_txt dl dd { display: table; }

.list_contactpage .contact_txt dl dt p, .list_contactpage .contact_txt dl dd .dd_wrap { display: table-cell; vertical-align: middle; }

.list_messagepage .message_top .dl3 dt { text-align: right; width: 111px; }
.list_messagepage .message_top .dl3 .ddwrap { margin-left: 111px; }
.list_messagepage dl { float: left; margin-bottom: 30px; }
.list_messagepage dl dt { float: left; margin-left: -100%; position: relative; width: 84px; line-height: 34px; }
.list_messagepage dl dd { float: left; width: 100%; }
.list_messagepage dl dd .ddwrap { margin-left: 84px; border: 1px solid #cccccc; position: relative; }
.list_messagepage dl dd .ddwrap input { padding: 5px 10px; width: 100%; height: 32px; line-height: 32px; box-sizing: border-box; font-size: 16px; color: #333333; }
.list_messagepage .dl1 { width: 27.96%; }
.list_messagepage .dl2 { width: 20.61%; }
.list_messagepage .dl2 dt { width: 92px; text-align: right; }
.list_messagepage .dl2 dd .ddwrap { margin-left: 92px; }
.list_messagepage .dl2 dd .ddwrap select { width: 100%; height: 32px; font-size: 16px; color: #333333; background: #fff; }
.list_messagepage .dl3 { width: 51.43%; }
.list_messagepage label { font-size: 16px; color: #333333; }
.list_messagepage img { position: absolute; right: 0; top: 0; width: 78px; height: 100%; border-left: 1px solid #cccccc; }
.list_messagepage .dl4 { width: 100%; }
.list_messagepage .dl4 textarea { resize: none; height: 132px; padding: 5px 10px; width: 100%; line-height: 32px; box-sizing: border-box; font-size: 16px; color: #333333; }
.list_messagepage .dl5 .ddwrap { padding-right: 80px; }
.list_messagepage .last_btn { font-size: 0; margin-left: 84px; }
.list_messagepage .last_btn .btn { width: 40%; max-width: 120px; height: 38px; line-height: 38px; text-align: center; color: #fff; display: inline-block; background: #104493; font-size: 16px; }
.list_messagepage .last_btn .btn2 { margin-left: 10px; background: #cccccc; color: #333333; }

.header { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); position: fixed; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: padding, background; transition-property: padding, background; -webkit-transition-timing-function: ease; transition-timing-function: ease; width: 100%; z-index: 99; }

.inner_banner { height: 280px; position: relative; width: 100%; }

.inner_banner > div { height: 200px; position: fixed; width: 100%; margin-top: 80px; height: 200px; width: 100%; background-repeat: repeat; background-size: cover; background-position: center center; }

.inner_cont { position: relative; z-index: 1; background: #fff; }

/*inner css end*/
/*header css*/
/*header*/
.header { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 80px; background: #fff; }

.header .tel { float: right; position: relative; height: 36px; margin-top: 22px; width: 230px; /*margin-right: 25px;*/ padding-left: 32px; line-height: 36px; font-size: 14px; color: #808080; }
.header .tel:after { position: absolute; left: 0; top: 50%; margin-top: -6.5px; width: 1px; height: 13px; background: #d6d6d6; content: ""; }
.header .tel b { font-size: 19px; color: #c21818; font-family: 'news706b'; }

.header .logo { float: left; display: block; width: 30%; margin-top: 10px; }

@media screen and (min-width: 1351px) and (max-width: 1450px){
	.header .logo{width: 25%;margin-top: 15px;}
}

@media screen and (min-width: 1171px) and (max-width: 1350px){
	.header .logo{width: 20%;margin-top: 20px;}
}

.header .logo img { width: 100%; }

.header .nav { float: right; }

.header .nav ul li { float: left; position: relative; }

.header .nav ul li:hover > a { color: #203d87; }

.header .nav ul .nav-up-selected > a { color: #203d87; }

.header .nav ul .nav-up-selected > a:after { opacity: 1; }

.header .nav ul li > a { display: block; height: 80px; line-height: 80px; margin: 0px 22px; font-size: 15px; color: #222222; -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; position: relative; }

.header .nav ul li > a:after { position: absolute; left: 0; top: 65px; width: 100%; height: 2px; background: #203d87; content: ""; opacity: 0; }

.header .nav .nav_line { position: absolute; top: 65px; height: 2px; background: #203d87; opacity: 0; }

.header .search_btn { float: right; display: block; width: 36px; height: 36px; line-height: 36px; margin-top: 22px; text-align: center; background: #f5f5f5; border-radius: 50%; }
.header .search_btn i { font-size: 20px; color: #969696; }

.hidden_search { background: #222222; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 999;  }

.search_close { position: absolute; display: block; width: 30px; height: 30px; right: 5%; top: 22px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.search_close .icon { display: block; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; font-size: 20px; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.search_close:hover .icon { color: #e60012; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.hidden_searchwrap { background: #222222; position: absolute; left: 5%; right: 5%; top: 50%; margin-top: -62px; overflow: hidden; }

.hidden_searchwrap .text_wrap { float: left; width: 100%; }

.hidden_searchwrap .text { position: relative; padding-left: 88px; padding-right: 80px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; font-size: 66px; color: #fff; background: none; height: 124px; border-bottom: 1px solid #515151; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; }

.hidden_searchwrap label { display: block; position: relative; width: 0; border-bottom: 1px solid #515151; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; height: 0; white-space: nowrap; }

.hidden_searchwrap .text:focus + label { border-bottom: 1px solid #e60012; width: 100%; }

.hidden_searchwrap .icon { display: block; float: left; width: 88px; margin-left: -100%; font-size: 24px; color: #fff; height: 124px; line-height: 124px; text-align: center; }

.hidden_searchwrap .btn { float: left; width: 80px; margin-left: -80px; position: relative; text-align: center; height: 124px; font-size: 24px; color: #555; background: none; cursor: pointer; -webkit-transition: color 0.3s ease; transition: color 0.3s ease; }

.hidden_searchwrap .btn:hover, .hidden_searchwrap .btn:active { color: #e60012; }

/*m_nav*/
.m_navbtn { display: none; float: right; width: 44px; height: 44px; line-height: 44px; margin-top: 18px; text-align: center; top: 0; color: #444; -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; background: #fff; text-align: center; }

.m_navbtn i { font-size: 20px; }

/*m_nav end*/
.hidden-nav { background: #fff; z-index: 999; position: fixed; left: 0%; right: 0%; overflow: hidden; top: 80px; box-sizing: border-box; -webkit-box-sizing: border-box; }

.hidden-nav .nav_center { float: left; width: 100%; }

.hidden-nav .nav_center ul { margin-right: 40.29%; margin-left: 44.52%; padding: 16px 26px 0; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; padding-bottom: 999em; margin-bottom: -999em; box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; }

.hidden-nav .nav_center ul li { border-bottom: 1px solid #dbdbdb; }

.hidden-nav .nav_center ul li a { display: block; height: 38px; line-height: 38px; color: #4c4c4c; font-size: 14px; -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.hidden-nav .nav_center ul li a:hover { color: #4a7b84; -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }

.hidden-nav .nav_left { float: left; width: 34.42%; margin-left: -100%; padding-top: 26px; padding-bottom: 50px; }

.hidden-nav .nav_left .title { margin-bottom: 21px; font-size: 20px; color: #1a1a1a; }

.hidden-nav .nav_left .txt { margin-bottom: 23px; font-size: 12px; color: #666666; height: 120px; overflow: hidden; }

.hidden-nav .nav_left .more a { display: block; width: 100px; height: 34px; background: #4a7b84; text-align: center; line-height: 34px; font-size: 14px; color: #fff; -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.hidden-nav .nav_left .more a:hover { background: #69bfb7; }

.hidden-nav .nav_right { float: left; width: 30.77%; margin-left: -30.77%; padding-top: 29px; overflow: hidden; }

.hidden-nav .nav_right img { width: 100%; -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.hidden-nav .nav_right img:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.hidden_nav { display: none; }

.page_wrap { padding-top: 80px; }



#m3 .other_nav { position: relative; }

#m4 .other_nav { position: relative;}


/*header css end*/
.post_article .post_header { padding-bottom: 20px; }

.post_article .post_header .title { text-align: center; font-size: 20px; font-weight: bold; color: #4c4c4c; margin-bottom: 5px; line-height: 32px; }

.post_article .post_header .meta { line-height: 20px; height: 20px; overflow: hidden; border-bottom: 1px solid #dbdbdb; padding: 15px 0; }

.post_article .post_header .meta .left { text-align: center; }

.post_article .post_header .meta .left span { font-size: 12px; color: #808080; margin-right: 5px; }

.post_article .post_header .meta .right { float: right; font-size: 12px; color: #808080; }

.post_article .post_cont { font-size: 14px; color: #4c4c4c; line-height: 32px; margin-bottom: 60px; }

.post_article .post_cont img { max-width: 100%; height: auto !important; }

.post_article .turnpage li { line-height: 32px; overflow: hidden; height: 32px; }

.post_article .turnpage a { font-size: 14px; color: #333333; font-weight: bold; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.post_article .turnpage a span { color: #4c4c4c; font-weight: normal; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.post_article .turnpage a:hover { color: #104493; }

.post_article .turnpage a:hover span { color: #104493; }

.post_article .post_header .meta .right .bdsharebuttonbox { height: 16px; line-height: 16px; }

.post_article .post_header .meta .right .bdshare-button-style2-16 span { float: left; }

.post_article .post_header .meta .right .bdshare-button-style2-16 a { width: 20px; height: 20px; line-height: 20px; margin: 0px 0px 0px 6px; padding-left: 0; background: url(/t-skin/images/share_icon2.png) no-repeat; }

.post_article .post_header .meta .right .bdshare-button-style2-16 a.bds_tsina { background-position: -26px center; }

.post_article .post_header .meta .right .bdshare-button-style2-16 a.bds_tqq { background-position: right center; }

/*popup*/
/*popup*/
.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: #222; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }

.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-popup-container { position: relative; top: 50%;  transform:translateY(-50%); -webkit-transform:translateY(-50%);
  text-align: center;  -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.is-visible .cd-popup-container { transform:translateY(-50%); -webkit-transform:translateY(-50%); }
/*20171117xg*/
/*20171117xg*/
.hidden_join{display: block; margin: 0 auto; }
.hidden_joinwrap{ background: #fff;  margin: 0 auto;  text-align: center; padding-top: 41px; padding-bottom: 45px; width: 90%; max-width: 830px;
border-color: rgba(16,68,147,0.8);  border-width: 18px 20px; border-style: solid;    font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;
}
.hidden_joinwrap .icon{  margin-bottom: 4px;}
.hidden_joinwrap .icon img{ }
.hidden_joinwrap .txt{font-size: 16px;color: #333333; }
.hidden_joinwrap .tip{font-size: 16px;color: #333333;}
.hidden_joinwrap .tel,.hidden_joinwrap .email{ font-size: 18px;font-weight: bold;color: #333333;  line-height: 24px;  }
.hidden_joinwrap .tel span{ background: url(/t-skin/images/join_telicon.png) no-repeat left center; padding-left: 34px;  }
.hidden_joinwrap .tel b,.hidden_joinwrap .email b{color: #019ef4;font-size: 18px; font-weight: bold;}
.hidden_joinwrap .email span{background: url(/t-skin/images/youxiang.png) no-repeat left center; padding-left: 34px; }
.hidden_joinwrap .closebtn{display: block; margin: 0 auto;
    width: 128px;height: 40px; line-height: 40px;text-align: center;  font-size: 16px;color: #313d48; border:1px solid #b8b8b8;border-radius: 20px; transition:all 0.3s ease 0s;  -webkit-transition:all 0.3s ease 0s;   }
.hidden_joinwrap .closebtn:hover{ background: #069af2;color: #fff; border-color: #069af2;}
.hidden_joinwrap .tel{margin-top: 35px;margin-bottom: 15px;}
.hidden_joinwrap .email{margin-bottom: 35px;}

/*popup*/
.cd-popup1 { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }

.cd-popup1.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-popup-container1 { position: absolute; background: #FFF;
    top: 50%; left: 50%;
 text-align: center;
 -webkit-transform: translate(-50%,-50%) scale(1.2); 
 -moz-transform: translate(-50%,-50%) scale(1.2); 
 -ms-transform:translate(-50%,-50%) scale(1.2); 
 -o-transform: translate(-50%,-50%) scale(1.2); 
 transform: translate(-50%,-50%) scale(1.2);
  -webkit-backface-visibility: hidden; 
  -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.is-visible .cd-popup-container1 { -webkit-transform:translate(-50%,-50%)  scale(1); -moz-transform:translate(-50%,-50%)  scale(1); -ms-transform: translate(-50%,-50%)  scale(1); -o-transform:translate(-50%,-50%)  scale(1); transform: translate(-50%,-50%) scale(1); }



/*20171120???è??????”?*/
.nav_other{    width: 90%;
    margin: 0 auto;
    max-width: 1280px; height: 285px; padding-top: 20px;}
.nav_other .title{ float: left;width: 11.33%; margin-top: 10px; }
.nav_other .title b{display: block;line-height: 29px;font-size: 24px;color: #333333;}
.nav_other .title i{display: block;line-height: 17px;font-size: 13px;color: #999999;text-transform: uppercase;}
.nav_other .list1{float: left;width: 16.02%; padding-left: 3.36%;border-left: 1px solid #e5e5e5; height: 242px;}
.nav_other .list1 li{}
.nav_other .list1 li a{ display: block;line-height: 40px; height: 40px; overflow: hidden; padding-left: 17px;font-size: 14px;color: #808080;}
.nav_other .list2{ float: right;width: 59.38%; }
.nav_other .list2 dl{ float: left;width: 38.16%;     padding: 6px 7.8% 0;}
.nav_other .list2 dl.dl1{ border-right: 1px solid #e5e5e5;  height: 242px;}
.nav_other .list2 dl.dl2{ padding-right: 0;}
.nav_other .list2 dl dt h4{ line-height: 26px;height: 26px; margin-bottom: 8px; color: #203d87; font-size: 14px;}
.nav_other .list2 dl dt .img{ width: 100%;height: 0; padding-bottom: 40.34%; overflow: hidden; position: relative; margin-bottom: 19px;}
.nav_other .list2 dl dt .img em{ position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block; }
.nav_other .list2 dl dd{ }
.nav_other .list2 dl dd a{display: block; overflow: hidden; height: 22px; line-height: 22px;}
.nav_other .list2 dl dd span{font-size: 12px;color: #bbbbbb;width: 45px;overflow: hidden; float: left;display: block; }
.nav_other .list2 dl dd em{font-size: 12px;color: #666666; float: left;display: block; width: 78%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.nav_other .list2 dl dd p{line-height: 22px; font-size: 12px;color: #666666;}
.nav_other .list2 dl dd a:hover em{color: #203d87;}


.nav_other .list1 li a{  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); background: url(/t-skin/images/nav_otherarrow.png) no-repeat 120% center; }
.nav_other .list1 li a:hover { color: #203d87; background:#f8f8f8 url(/t-skin/images/nav_otherarrow.png) no-repeat 90% center; }
/*???è??????”?*/


.header .tel i{float: left;}
.header .tel b{float: left;}


.lasticonwrap{ margin-top: -28px; line-height: 20px;position: relative;display: block; z-index: 998;margin-right: 150px;width: 200px;float: right;}
.lasticonwrap .lasticon{ position: absolute; width: 90%;
margin: 0 auto; max-width: 1280px; left: 5%; bottom:0px; text-align: right;}
/*.index_body .lasticonwrap .lasticon{ bottom: 72px; }
*/
/*20180103xg*/
.section7_plat{ padding: 40px 0; }
.section7_plat .title{ line-height: 30px;
height: 30px;
margin-bottom: 18px;
overflow: hidden;}
.section7_plat .title span{font-size: 28px;
color: #111111; }
.section7_plat .js_plat li { float: left; }
.section7_plat .js_plat li .img { width: 100%; height: 0; padding-bottom: 64.29%; overflow: hidden; position: relative; }
.section7_plat .js_plat li .img em { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.section7_plat .js_plat li .txt { padding-top: 9px; }
.section7_plat .js_plat li .txt h3 { line-height: 28px; height: 28px; overflow: hidden; font-size: 16px; color: #222222; }
.section7_plat .js_plat li .txt h4 { line-height: 25px; height: 25px; overflow: hidden; font-size: 12px; color: #808080; }
.section7_plat .js_plat li:nth-child(3n) { margin-right: 0; }

.section7_plat .swiper-button-prev, .section7_plat .swiper-button-next{  display: none;}
/*20180103xg*/

/*20180103xg2*/
.backold_btn{ display: none;}
.header{ z-index: 9999999;}
.search_close{ top: 78px;}

/*20190115 修改*/
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.list_newsul.qlNewsList li a{display: block;min-height: 126px;padding-left: 212px;position: relative;}
.list_newsul.qlNewsList li a .pic{width: 190px;height: 126px;position: absolute;left: 0;top:0;overflow: hidden;}
.list_newsul.qlNewsList li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.list_newsul.qlNewsList li a .pic:before{ content:"";width: 100%; padding-top: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2;margin: -18% auto auto; background: rgba(0, 0, 0, 0.3); background-repeat: repeat; background-position: left top; background-size: 2px 2px; -webkit-transition: -webkit-transform 0s ease .35s,opacity .35s ease-in-out 0s; transition: transform 0s ease .35s,opacity .35s ease-in-out 0s; z-index: 2; border-radius: 50%; -ms-transform: scale(0.05); transform: scale(0.05); -webkit-transform: scale(0.05); opacity: 0; }
.list_newsul.qlNewsList li a:hover .pic:before { opacity: 1; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.list_newsul.qlNewsList li a:hover .pic em{-webkit-transform: scale(1.1);transform: scale(1.1);}
.list_newsul.qlNewsList li h3{padding-top: 10px;}
/*20190115 修改end*/


@media only screen and (max-width: 1280px) { .w_1280 { width: 96%; }
  .section5_partner ul li { width: 20%; }
  .section5_partner ul li a figure img { max-height: 50px; }
  .section5_partner ul li:last-child { display: none; }
  .left_side { width: 21.09%; }
  .right_side .right_sidewrap { margin-left: 23.44%; }
 #m3 .other_nav, #m4 .other_nav{
  }
.banner a{padding-bottom: 40%;}
   }
@media only screen and (max-width: 1170px) { .m_navbtn { display: block; }
  .nav { display: none; }
  .hidden-nav { display: none; }
  .header .tel { display: none; }
  .header .search_btn { background: none; border-radius: 0; }
  .header{ height: 60px;}
  .header .logo{ margin-top: 10px;}
  .header .search_btn{ margin-top: 12px;}
  .m_navbtn{ margin-top: 8px;}
  .page_wrap{padding-top: 60px;}
.inner_banner{height: 260px;}
  .inner_banner > div{ margin-top: 60px; position: absolute;} 

   }
@media only screen and (max-width: 1024px) { .left_side { float: none; width: 100%; margin-top: 0; position: static; display: none; }
  .left_side .menue ul { display: none; }
  .right_side .right_sidewrap { margin-left: 0; }
  .cont_casepage .inner_casename h2 { float: none; width: 100%; }
  .cont_casepage .inner_casename .share { float: none; width: 100%; }
  .left_side .menue .title { padding-left: 5px; }
  .list_picpage .list_pic li a { padding-top: 20px; }
  .list_picpage .list_pic li a .img { padding-bottom: 20px; }
  .list_picpage .list_pic li .img_bg { width: 80%; margin: 0 auto; padding-bottom: 45.42%; }
  .list_picpage .list_pic li .img_bg .img_mask { height: 80.68%; }
  .list_picpage .list_pic li .img_bg .img_mask { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 5.68%; }
  .list_picpage .list_pic li a .img::after { height: 40%; }
  .list_picpage .list_pic li, .list_picpage .list_pic li:nth-child(3n) { width: 48.725%; margin-right: 2.55%; }
  .list_picpage .list_pic li:nth-child(2n) { margin-right: 0; }
  .list_picpage .list_pic { padding-bottom: 0; }
  .right_side { padding-bottom: 20px; }
  .list_aboutpage .list_aboutdl dt .wrap { padding-top: 20px; }
  .list_aboutpage .list_aboutdl dt .wrap h3 { font-size: 26px; }
  .list_aboutpage .list_aboutdl dd { width: 39.94%; }
  .list_aboutpage .list_aboutdl dt { width: 59.96%; }
  .solution_dltxt dt { float: none; width: 100%; margin-bottom: 25px; }
  .solution_dltxt dd { float: none; width: 100%; text-align: center; }
  .solution_txt dl { float: none; margin-right: 0; width: 100%; }
  .solution_dltxt dd img { max-width: 450px; }
  .list_messagepage .message_top .dl1, .list_messagepage .message_top .dl2, .list_messagepage .message_top .dl3, .list_messagepage .dl3 { width: 100%; }
  .list_messagepage .dl2 dd .ddwrap, .list_messagepage .message_top .dl3 dd .ddwrap { margin-left: 84px; }
  .list_messagepage .dl2 dt, .list_messagepage .message_top .dl3 dt { width: 84px; }
  .list_messagepage dl dt { text-align: left !important; }
  
  }
@media only screen and (max-width: 991px) {
    .banner .swiper-button-prev, .banner .swiper-button-next{display: none;}
    .banner .swiper-pagination{bottom: 0;}
 .hidden_searchwrap .text { font-size: 18px; }
  .section4_case ul li { width: 50%; }
  .section4_case ul li a { height: auto; }
  .section4_case ul li figure { padding-bottom: 60.89%; height: 0; }
  .section4_case ul li figcaption h3 { padding-top: 12%; }
  .section4_case ul li a .hidden_txt { display: none; }
  .section5_partner { padding-bottom: 27px; }
  .section5_partner ul li { width: 25%; margin-bottom: 10px; }
  .section5_partner ul li a figure img { max-height: 50px; }
  .section6_news .company_news, .industry_news { width: 100%; float: none; }
  .section6_news .company_news { margin-bottom: 25px; }
  .section2_system .w_1280 { padding-top: 25px; padding-bottom: 25px; }
  .section2_system .img { margin-right: 0; width: 50%; float: none; margin-left: 25%; }
  .section2_system .txt { float: none; width: 90%; padding-left: 5%; padding-right: 5%; max-width: 991px; text-align: center; padding-top: 15px; }
  .section2_system .txt .title { margin-bottom: 15px; }
  .section2_system .txt .line { margin: 0 auto 14px; }
  .section3_others ul li figcaption h3 { font-size: 24px; }
  .section3_others ul li figcaption h4 { line-height: 24px; max-height: 48px; height: auto; font-size: 14px; }
  .section1_plat .cont .item ul li, .section1_plat .cont .item ul li:nth-child(3n) { width: 49%; margin-right: 2%; }
  .section1_plat .cont .item ul li:nth-child(2n) { margin-right: 0 !important; }
  .footer .footer_nav { float: none; width: 100%; }
  .footer_link { float: none; width: 100%; }
  .footer .footer_link dd ul li { float: left; width:auto; }

.banner{ margin-bottom: 25px;}
.section4_case{padding-bottom: 25px;}
.section6_news{padding-bottom: 15px;}
.section1_plat .title span{font-size: 24px;}
  .section2_system .txt .title{font-size: 24px;}
.section4_case .title,.section5_partner .title{ font-size: 30px;}
.section6_news .company_news .title{font-size: 22px;}
.industry_news .title{font-size: 22px;}
.industry_news ul li figcaption h3{font-size: 18px;}

.right_side{padding-top: 25px;}
.right_side .inner_title{font-size: 22px;}


/*20171117xg*/
.hidden_joinwrap{ border-width: 5px;}

/*20180103xg*/
.section7_plat .title span {font-size: 24px;}
.section7_plat {padding: 20px 0;}

.lasticonwrap{ display: none;}

   }
@media only screen and (max-width: 778px) { 
	.header .logo img{width: 240px;}
    .w_1280 { width: 92%; }
    .section5_partner ul li { width: 33.33%; }
  .section5_partner ul li:last-child { display: block; }
  .footer .footer_top { padding-bottom: 20px; }
  .footer_bot { padding: 10px 0; }
  .footer_bot .copyright, .footer_bot .link { float: none; width: 100%; text-align: center; }
  .footer_bot .copyright { margin-bottom: 0; }
  .footer .footer_nav dl { width: 100%; margin-right: 0; margin-bottom: 15px; line-height: 0; }
  .footer .footer_nav dl dt { float: none; width: 100%; margin-bottom: 10px; padding-bottom: 10px; }
  .footer .footer_nav dl dd { float: none; display: inline-block; margin-right: 5px; }
  .footer .footer_link dt { margin-bottom: 15px; }
  .list_aboutpage .list_aboutdl { height: auto; }
  .list_aboutpage .list_aboutdl dd { width: 100%; padding-bottom: 50%; height: 0; position: relative; }
  .list_aboutpage .list_aboutdl dt { width: 100%; }
  .list_aboutpage .list_aboutdl dt .wrap { margin-top: 50%; }
  .list_aboutpage .list_aboutdl dd { margin-left: -100%; position: relative; }
  .list_aboutpage .list_aboutdl:nth-child(2n) dd, .list_aboutpage .list_aboutdl:nth-child(2n) dt { float: left; }
  .list_contactpage .contact_txt dl { padding: 4%; }
  .list_contactpage .contact_txt dl dt { margin-bottom: 15px; }
  .list_contactpage .contact_txt dl dt, .list_contactpage .contact_txt dl .dd1, .list_contactpage .contact_txt dl .dd2 { float: none; width: 100%; height: 24px; margin-right: 0; padding-right: 0; border: none; text-align: left; max-width: 1200px; }
  .list_honorpage .list_honordl3 dd { float: left; width: 100%; }
  .list_honorpage .list_honordl3 .img, .list_honorpage .list_honordl3 ul, .list_honorpage .list_honordl ul li { float: none; width: 100%; }
  .list_joinpage dl dt .btn { display: inline-block; float: left; margin-left: 100px; margin-top: 15px; width: 100%; max-width: 120px; }

    .section3_others ul li { width: 100%; float: none; margin-right: 0; }
.lasticonwrap{ margin-top: -10px;}
.lasticonwrap .lasticon{ bottom: 0;text-align: center;}

/*20180102xg*/
.section1_plat,.section5_partner,.section6_news,.footer .footer_top{display: none;}
.inner_banner .title { font-size: 30px;  line-height:1; }
/*20180103xg*/
.section7_plat{ display: block!important; }
/*20180103xg*/
.footer{ padding-top: 0;}

/*20170103xg2*/
.section3_others ul li figure{ padding-bottom: 45.12%;}
.section3_others ul li figcaption{ height: auto; bottom: 20px;}
.section4_case ul li{ margin-bottom: 10px;}
.float_right{ display: none;}
.lasticonwrap{ display: none!important;}
.backold_btn{ display: inline-block;}

/*20180103xg3*/
.cont_casepage .inner_casename h2 a{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; 
    display:block;font-size: 22px; }
    .cont_casepage .inner_casename h2 a.lianjie{padding-right: 60px;  }
.cont_casepage .case_title{ font-size: 22px;}
.cont_casepage .inner_casename h2 a.lianjie:after{ width: 30px;height: 30px; background-size: 30px auto;}



   }

@media only screen and (max-width: 500px){
.list_newsul.qlNewsList li a{height: auto;padding-left: 0;}
.list_newsul.qlNewsList li a .pic{width: 100%;height: 0;padding-bottom: 66.3%;position: relative;}
.list_newsul.qlNewsList li h3{padding-top: 12px;}
}


@media only screen and (max-width: 420px) { 

    .section1_plat .cont .item ul li, .section1_plat .cont .item ul li:nth-child(3n) { width: 100%; float: none; }
  .section4_case ul li { width: 100%; }

  .section5_partner ul li a figure img { max-height: 42px; max-width: 100px; }
  .industry_news ul li { float: none; width: 100%; margin-right: 0; margin-bottom: 10px; }
  .list_picpage .list_pic li, .list_picpage .list_pic li:nth-child(3n) { float: none; width: 100%; margin-right: 0 !important; } }

/*# sourceMappingURL=common.css.map */

/*banner*/
#wapbanner{display:none}
@media only screen and (max-width: 750px) {
	#pcbanner{display:none}
	#wapbanner{display:block}
}

